C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectNamedList<TItem> Class / IndexOf Method
The element.

In This Topic
IndexOf Method (ReportObjectNamedList<TItem>)
In This Topic
Gets the index of the element.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As TItem _
) As Integer
 

Parameters

item
The element.

Return Value

The zero-based index of element or -1 if element does not exist in the collection.
See Also